Run accessibility tests always with CSD
authorMatthias Clasen <mclasen@redhat.com>
Sat, 5 Mar 2016 15:38:23 +0000 (10:38 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 5 Mar 2016 15:40:06 +0000 (10:40 -0500)
This avoids differences in the output that are caused
by the presence or absence of the header bar.

testsuite/a11y/a11ytests.test.in

index 99cb1ca5fbf196fc943040cc3e7b29a27eb83e18..b158f5117b0538542fe69d3ab586a0c1ed327411 100644 (file)
@@ -1,4 +1,4 @@
 [Test]
-Exec=/bin/sh -c "env G_ENABLE_DIAGNOSTIC=0 @libexecdir@/installed-tests/gtk+/accessibility-dump -k --verbose --directory @libexecdir@/installed-tests/gtk+/a11ytests"
+Exec=/bin/sh -c "env G_ENABLE_DIAGNOSTIC=0 GTK_CSD=1 @libexecdir@/installed-tests/gtk+/accessibility-dump -k --verbose --directory @libexecdir@/installed-tests/gtk+/a11ytests"
 Type=session